Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
apollo-engine-reporting-protobuf
Advanced tools
apollo-engine-reporting-protobuf
Note: The Apollo Graph Manager (previously, Apollo Engine) reporting API is subject to change. We strongly encourage developers to contact Apollo Graph Manager support to discuss their use case prior to building their own reporting agent using this module.
This module provides JavaScript/TypeScript
Protocol buffer definitions
for the Apollo Graph Manager reporting API. These definitions are generated for
consumption from the reports.proto
file which is defined internally within
Apollo.
Note: Due to a dependency on Unix tools (e.g.
bash
,grep
, etc.), the development of this module requires a Unix system. There is no reason why this can't be avoided, the time just hasn't been taken to make those changes. We'd happily accept a PR which makes the appropriate changes!
Currently, this package generates a majority of its code with
protobufjs
based on the
reports.proto
file. The output is generated with the prepare
npm script.
The root of the repository provides the devDependencies
necessary to build
these definitions (e.g. pbjs
, pbts
, protobuf
, etc.) and the the prepare
npm script is invoked programmatically via the monorepo tooling (e.g. Lerna)
thanks to this module's postinstall
script. Therefore, when making
changes to this module, npx lerna run prepare
should be run from the root
of this monorepo in order to update the definitions in this module.
FAQs
Protobuf format for Apollo Engine
The npm package apollo-engine-reporting-protobuf receives a total of 62,913 weekly downloads. As such, apollo-engine-reporting-protobuf popularity was classified as popular.
We found that apollo-engine-reporting-protobuf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.